Feature: Edit Member
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 13.105s |
Scenario: E13 - Edit member with valid values
Before
0m 0.546s
Given
the user navigates to Ghost at "<GHOST>"
0m 0.591s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.160s
And
the user navigates to the members page
0m 0.722s
And
the user clicks on a member name "<NAME>"
0m 0.177s
And
the user fill the name "<NAME2>"
0m 0.120s
And
the user fill the email "<EMAIL3>"
0m 0.138s
And
the user fill the note "<NOTE3>"
0m 0.138s
And
the user clicks on the 'Save' button
0m 0.140s
And
I wait for 5 seconds
0m 5.129s
Then
the user should see the created member name "<NAME2>"
0m 0.105s
And
I wait for 5 seconds
0m 5.131s
After
0m 0.008s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the members page
And
the user clicks on a member name "<NAME>"
And
the user fill the name "<NAME2>"
And
the user fill the email "<EMAIL3>"
And
the user fill the note "<NOTE3>"
And
the user clicks on the 'Save' button
And
I wait for 5 seconds
Then
the user should see the created member name "<NAME2>"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE